3.117 \(\int x^m \sinh ^{-1}(a x)^4 \, dx\)

Optimal. Leaf size=54 \[ \frac {x^{m+1} \sinh ^{-1}(a x)^4}{m+1}-\frac {4 a \text {Int}\left (\frac {x^{m+1} \sinh ^{-1}(a x)^3}{\sqrt {a^2 x^2+1}},x\right )}{m+1} \]

[Out]

x^(1+m)*arcsinh(a*x)^4/(1+m)-4*a*Unintegrable(x^(1+m)*arcsinh(a*x)^3/(a^2*x^2+1)^(1/2),x)/(1+m)

________________________________________________________________________________________

Rubi [A]  time = 0.11, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int x^m \sinh ^{-1}(a x)^4 \, dx \]

Verification is Not applicable to the result.

[In]

Int[x^m*ArcSinh[a*x]^4,x]

[Out]

(x^(1 + m)*ArcSinh[a*x]^4)/(1 + m) - (4*a*Defer[Int][(x^(1 + m)*ArcSinh[a*x]^3)/Sqrt[1 + a^2*x^2], x])/(1 + m)

Rubi steps

\begin {align*} \int x^m \sinh ^{-1}(a x)^4 \, dx &=\frac {x^{1+m} \sinh ^{-1}(a x)^4}{1+m}-\frac {(4 a) \int \frac {x^{1+m} \sinh ^{-1}(a x)^3}{\sqrt {1+a^2 x^2}} \, dx}{1+m}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.88, size = 0, normalized size = 0.00 \[ \int x^m \sinh ^{-1}(a x)^4 \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[x^m*ArcSinh[a*x]^4,x]

[Out]

Integrate[x^m*ArcSinh[a*x]^4, x]

________________________________________________________________________________________

fricas [A]  time = 0.49, size = 0, normalized size = 0.00 \[ {\rm integral}\left (x^{m} \operatorname {arsinh}\left (a x\right )^{4}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x)^4,x, algorithm="fricas")

[Out]

integral(x^m*arcsinh(a*x)^4, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{m} \operatorname {arsinh}\left (a x\right )^{4}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x)^4,x, algorithm="giac")

[Out]

integrate(x^m*arcsinh(a*x)^4, x)

________________________________________________________________________________________

maple [A]  time = 1.32, size = 0, normalized size = 0.00 \[ \int x^{m} \arcsinh \left (a x \right )^{4}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*arcsinh(a*x)^4,x)

[Out]

int(x^m*arcsinh(a*x)^4,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {x x^{m} \log \left (a x + \sqrt {a^{2} x^{2} + 1}\right )^{4}}{m + 1} - \int \frac {4 \, {\left (\sqrt {a^{2} x^{2} + 1} a^{2} x^{2} x^{m} + {\left (a^{3} x^{3} + a x\right )} x^{m}\right )} \log \left (a x + \sqrt {a^{2} x^{2} + 1}\right )^{3}}{a^{3} {\left (m + 1\right )} x^{3} + a {\left (m + 1\right )} x + {\left (a^{2} {\left (m + 1\right )} x^{2} + m + 1\right )} \sqrt {a^{2} x^{2} + 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x)^4,x, algorithm="maxima")

[Out]

x*x^m*log(a*x + sqrt(a^2*x^2 + 1))^4/(m + 1) - integrate(4*(sqrt(a^2*x^2 + 1)*a^2*x^2*x^m + (a^3*x^3 + a*x)*x^
m)*log(a*x + sqrt(a^2*x^2 + 1))^3/(a^3*(m + 1)*x^3 + a*(m + 1)*x + (a^2*(m + 1)*x^2 + m + 1)*sqrt(a^2*x^2 + 1)
), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.02 \[ \int x^m\,{\mathrm {asinh}\left (a\,x\right )}^4 \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*asinh(a*x)^4,x)

[Out]

int(x^m*asinh(a*x)^4, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{m} \operatorname {asinh}^{4}{\left (a x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m*asinh(a*x)**4,x)

[Out]

Integral(x**m*asinh(a*x)**4, x)

________________________________________________________________________________________